const google.golang.org/grpc.defaultMaxCallAttempts

5 uses

	google.golang.org/grpc (current package)
		clientconn.go#L779: 	cfg := parseServiceConfig("{}", defaultMaxCallAttempts)
		dialoptions.go#L43: 	defaultMaxCallAttempts = 5
		dialoptions.go#L731: 		maxCallAttempts:          defaultMaxCallAttempts,
		dialoptions.go#L802: 			n = defaultMaxCallAttempts
		service_config.go#L168: 		return parseServiceConfig(js, defaultMaxCallAttempts)